Software Development
Java Reactive Programming
Introduction to Reactive Programming
Reactive Programming Methods

Introduction to Reactive Programming

Course Number:
sd_jara_a01_it_enus
Lesson Objectives

Introduction to Reactive Programming

  • start the course
  • identify the main elements of a reactive program
  • describe how to solve programs reactively
  • describe the aspects of functional programming in Java
  • write lambda expressions in Java
  • recognize pure functions in Java
  • create higher-order functions in Java
  • install and include RxJava in Java
  • define an Observable in Java
  • subscribe to an Observable in Java
  • use a single object to create an Observable in Java
  • implement Observable methods in Java
  • use RxJava to create an Observable

Overview/Description
In this course, you will be introduced to reactive programming concepts. You'll learn the basics of creating observable sequences using RxJava.

Target Audience
Programmers and developers who wish to implement reactive programming using Java

Reactive Programming Methods

Course Number:
sd_jara_a02_it_enus
Lesson Objectives

Reactive Programming Methods

  • start the course
  • describe a marble diagram
  • perform a map operation using RxJava
  • complete a flatMap operation using RxJava
  • perform any, all, contains, and isEmpty operations using RxJava
  • complete a groupBy operation using RxJava
  • perform a cast operation using RxJava
  • use an RxJava filter method
  • define a timeInterval operator and use a timestamp in RxJava
  • use the scan operator to apply an accumulator function in RxJava
  • combine using zip method in RxJava
  • work with the concat method in RxJava
  • use RxJava filters and transforms on data

Overview/Description
In this course, you will be introduced to transforms, filters, and accumulators.

Target Audience
Programmers and developers who wish to implement reactive programming using Java

Close Chat Live